home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ussbc23.zip / DEMOS / QR20FRM1.DFM / QR20FRM1.txt
Text File  |  1997-02-17  |  1KB  |  53 lines

  1. object frmDemo: TfrmDemo
  2.   Left = 200
  3.   Top = 104
  4.   Width = 435
  5.   Height = 183
  6.   Caption = 'ssBC and QR Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 104
  16.     Top = 16
  17.     Width = 194
  18.     Height = 13
  19.     Caption = 'ssBarcode and QuickReports v2.0 Demo'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 32
  23.     Top = 32
  24.     Width = 347
  25.     Height = 33
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Caption = 
  29.       'Click on the button below to run a sample report showing the int' +
  30.       'egration between ssBC and QR.'
  31.   end
  32.   object Label3: TLabel
  33.     Left = 24
  34.     Top = 72
  35.     Width = 361
  36.     Height = 25
  37.     Alignment = taCenter
  38.     AutoSize = False
  39.     Caption = 
  40.       'NOTE:  You must have the DBDEMOS sample tables that came with De' +
  41.       'lphi installed.'
  42.   end
  43.   object btnPreview: TButton
  44.     Left = 160
  45.     Top = 120
  46.     Width = 89
  47.     Height = 25
  48.     Caption = 'Preview Report'
  49.     TabOrder = 0
  50.     OnClick = btnPreviewClick
  51.   end
  52. end
  53.